home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / examples / section9 / Makefile < prev    next >
Makefile  |  1992-07-14  |  7KB  |  137 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../../../Makedefs
  14. include ../../Makedefs
  15.  
  16. SOURCES  = ex9_5.C ex9_7.C ex9_11.C
  17. OBJECTS  = $(SOURCES:.C=.o)
  18. PROGRAMS = $(OBJECTS:.o=.x)
  19. RESULTS  = $(PROGRAMS:.x=.out)
  20.  
  21. include ../../../Makeexamplestargs
  22.  
  23. # DO NOT DELETE THIS LINE -- make depend depends on it.
  24.  
  25. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
  26. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
  27. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  28. ex9_5.o: /usr/lang/SC1.0/include/CC/stream.h
  29. ex9_5.o: /usr/lang/SC1.0/include/CC/iostream.h
  30. ex9_5.o: /usr/lang/SC1.0/include/CC/memory.h
  31. ex9_5.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  32. ex9_5.o: /usr/lang/SC1.0/include/CC/iomanip.h
  33. ex9_5.o: /usr/lang/SC1.0/include/CC/generic.h
  34. ex9_5.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  35. ex9_5.o: /usr/lang/SC1.0/include/CC/stdio.h
  36. ex9_5.o: /usr/lang/SC1.0/include/CC/fstream.h
  37. ex9_5.o: /home/etamin/u0/nguyen/cool/include/misc.h
  38. ex9_5.o: /usr/lang/SC1.0/include/CC/values.h
  39. ex9_5.o: /home/etamin/u0/nguyen/cool/include/defs.h
  40. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  41. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  42. ex9_5.o: /usr/lang/SC1.0/include/CC/new.h /usr/lang/SC1.0/include/CC/stddef.h
  43. ex9_5.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  44. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  45. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
  46. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
  47. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
  48. ex9_5.o: /usr/lang/SC1.0/include/CC/string.h
  49. ex9_5.o: /usr/lang/SC1.0/include/CC/stdlib.h /usr/lang/SC1.0/include/CC/pwd.h
  50. ex9_5.o: /usr/lang/SC1.0/include/CC/errno.h
  51. ex9_5.o: /usr/lang/SC1.0/include/CC/sys/errno.h
  52. ex9_5.o: /usr/lang/SC1.0/include/CC/sys/types.h
  53. ex9_5.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
  54. ex9_5.o: /usr/lang/SC1.0/include/CC/malloc.h
  55. ex9_5.o: /usr/lang/SC1.0/include/CC/alloca.h
  56. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
  57. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Gen_String.h
  58. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Regexp.h
  59. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.C
  60. ex9_5.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.C
  61. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/AVL_Tree.h
  62. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
  63. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
  64. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  65. ex9_7.o: /usr/lang/SC1.0/include/CC/stream.h
  66. ex9_7.o: /usr/lang/SC1.0/include/CC/iostream.h
  67. ex9_7.o: /usr/lang/SC1.0/include/CC/memory.h
  68. ex9_7.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  69. ex9_7.o: /usr/lang/SC1.0/include/CC/iomanip.h
  70. ex9_7.o: /usr/lang/SC1.0/include/CC/generic.h
  71. ex9_7.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  72. ex9_7.o: /usr/lang/SC1.0/include/CC/stdio.h
  73. ex9_7.o: /usr/lang/SC1.0/include/CC/fstream.h
  74. ex9_7.o: /home/etamin/u0/nguyen/cool/include/misc.h
  75. ex9_7.o: /usr/lang/SC1.0/include/CC/values.h
  76. ex9_7.o: /home/etamin/u0/nguyen/cool/include/defs.h
  77. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  78. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  79. ex9_7.o: /usr/lang/SC1.0/include/CC/new.h /usr/lang/SC1.0/include/CC/stddef.h
  80. ex9_7.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  81. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  82. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
  83. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
  84. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
  85. ex9_7.o: /usr/lang/SC1.0/include/CC/string.h
  86. ex9_7.o: /usr/lang/SC1.0/include/CC/stdlib.h /usr/lang/SC1.0/include/CC/pwd.h
  87. ex9_7.o: /usr/lang/SC1.0/include/CC/errno.h
  88. ex9_7.o: /usr/lang/SC1.0/include/CC/sys/errno.h
  89. ex9_7.o: /usr/lang/SC1.0/include/CC/sys/types.h
  90. ex9_7.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
  91. ex9_7.o: /usr/lang/SC1.0/include/CC/malloc.h
  92. ex9_7.o: /usr/lang/SC1.0/include/CC/alloca.h
  93. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
  94. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Gen_String.h
  95. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Regexp.h
  96. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.C
  97. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.C
  98. ex9_7.o: /home/etamin/u0/nguyen/cool/include/cool/AVL_Tree.C
  99. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.h
  100. ex9_11.o: /home/etamin/u0/nguyen/cool/include/misc.h
  101. ex9_11.o: /usr/lang/SC1.0/include/CC/values.h
  102. ex9_11.o: /home/etamin/u0/nguyen/cool/include/defs.h
  103. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.h
  104. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Vector.h
  105. ex9_11.o: /usr/lang/SC1.0/include/CC/stream.h
  106. ex9_11.o: /usr/lang/SC1.0/include/CC/iostream.h
  107. ex9_11.o: /usr/lang/SC1.0/include/CC/memory.h
  108. ex9_11.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  109. ex9_11.o: /usr/lang/SC1.0/include/CC/iomanip.h
  110. ex9_11.o: /usr/lang/SC1.0/include/CC/generic.h
  111. ex9_11.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  112. ex9_11.o: /usr/lang/SC1.0/include/CC/stdio.h
  113. ex9_11.o: /usr/lang/SC1.0/include/CC/fstream.h
  114. ex9_11.o: /usr/lang/SC1.0/include/CC/stdarg.h
  115. ex9_11.o: /usr/lang/SC1.0/include/CC/new.h
  116. ex9_11.o: /usr/lang/SC1.0/include/CC/stddef.h
  117. ex9_11.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  118. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/N_Tree.h
  119. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/NT_State.h
  120. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  121. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  122. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  123. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
  124. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
  125. ex9_11.o: /usr/lang/SC1.0/include/CC/string.h
  126. ex9_11.o: /usr/lang/SC1.0/include/CC/stdlib.h
  127. ex9_11.o: /usr/lang/SC1.0/include/CC/pwd.h /usr/lang/SC1.0/include/CC/errno.h
  128. ex9_11.o: /usr/lang/SC1.0/include/CC/sys/errno.h
  129. ex9_11.o: /usr/lang/SC1.0/include/CC/sys/types.h
  130. ex9_11.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
  131. ex9_11.o: /usr/lang/SC1.0/include/CC/malloc.h
  132. ex9_11.o: /usr/lang/SC1.0/include/CC/alloca.h
  133. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
  134. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.C
  135. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.C
  136. ex9_11.o: /home/etamin/u0/nguyen/cool/include/cool/N_Tree.C
  137.